djbuch.kapitel_10
Class DJLoopCommand
java.lang.Object
|
+--djbuch.kapitel_10.DJLoopCommand
- Direct Known Subclasses:
- DJLoopCommandDumpDoc
- public abstract class DJLoopCommand
- extends java.lang.Object
- Author:
- Thomas Ekert
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_UNDEFINED
public static final int TYPE_UNDEFINED
- See Also:
- Constant Field Values
TYPE_DATABASE
public static final int TYPE_DATABASE
- See Also:
- Constant Field Values
TYPE_VIEW
public static final int TYPE_VIEW
- See Also:
- Constant Field Values
TYPE_COLLECTION
public static final int TYPE_COLLECTION
- See Also:
- Constant Field Values
execute
public abstract boolean execute(Document doc)
throws NotesException
- Parameters:
doc - - Dokument, auf dem die Verarbeitung durchgeführt wird.
- Returns:
- - soll false zurückgeben, falls die Verarbeitung abgebrochen werden soll
- Throws:
NotesException
getCollection
public DocumentCollection getCollection()
getView
public View getView()
getDatabase
public Database getDatabase()
getType
public int getType()